Code Monkey home page Code Monkey logo

imageclipper's People

Watchers

 avatar

imageclipper's Issues

Missing DLL for RC1

Program will not start.

What is the expected output? What do you see instead?
Expected to Run, instead getting:
----
imageclipper.exe - Unable to Locate Component
This application has failed to start because cv110.dll was not found. Re-
installing the application may fix this problem.
----

What version of the product are you using? On what operating system?
imageclipper20081208.zip (v1.00 RC1) on Windows XP

Just tried the prior version, it seems to start okay.



Original issue reported on code.google.com by [email protected] on 21 Sep 2009 at 3:12

Access Violation

What steps will reproduce the problem?
1. Whenever I run the source and crop and image, then press 's' I get:

Unhandled exception at 0x6c714edb in imageclipper.exe: 0xC0000005: Access
violation reading location 0x81067318.

Thankyou very much for any help you can give me


Original issue reported on code.google.com by [email protected] on 14 Sep 2009 at 7:57

Patch for Makefile to compile on gcc4.5 and dirty hack for __BEGIN__ __END___ macros aswell as gcc4.5 header compatibility

Index: imageclipper.cpp
===================================================================
--- imageclipper.cpp    (Revision 102)
+++ imageclipper.cpp    (Arbeitskopie)
@@ -21,6 +21,12 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+
+/* DIRTY FIX DIRTY FIX */
+#define __BEGIN__ {
+#define __END__ goto exit; exit: ; }
+/* DIRTY FIX DIRTY FIX */
+
 #ifdef _MSC_VER // MS Visual Studio
 #pragma warning(disable:4996)
 #pragma warning(disable:4244) // possible loss of data
Index: icformat.h
===================================================================
--- icformat.h  (Revision 102)
+++ icformat.h  (Arbeitskopie)
@@ -30,6 +30,7 @@

 #include <stdio.h>
 #include <string>
+#include <cstdio>

 /**
 * Convert format to string
Index: Makefile
===================================================================
--- Makefile    (Revision 102)
+++ Makefile    (Arbeitskopie)
@@ -9,7 +9,7 @@
 LINK = g++
 INSTALL = install
 CFLAGS = `pkg-config --cflags opencv` -I ~/usr/include/boost-1_36 -I.
-LFLAGS = `pkg-config --libs opencv` -L ~/usr/lib -lboost_system-gcc41-mt 
-lboost_filesystem-gcc41-mt
+LFLAGS = `pkg-config --libs opencv` -L ~/usr/lib -lboost_system-mt 
-lboost_filesystem-mt
 all: imageclipper

 imageclipper.o: imageclipper.cpp

Original issue reported on code.google.com by timo.witte on 26 Dec 2010 at 2:10

Right mouse for watershed

Right mouse (move) for watershed would be better to be movement of
watershed marker rather than movement of rectangle. 

Original issue reported on code.google.com by [email protected] on 12 Sep 2008 at 4:21

Not working with video input.

What steps will reproduce the problem?
1. Drop the 00-1.avi in imageclipper.exe

What is the expected output? What do you see instead?
Video frame by frame should be shown. 
Instead a DOS-Window was shown, with help description.


What version of the product are you using? On what operating system?
Version: imageclipper20081208
Windows 7


Please provide any additional information below.
Commands through command line did not work also. Not responding saw.

Original issue reported on code.google.com by [email protected] on 28 Jan 2015 at 2:41

Move rectangle by Cursor key

Move rectangle by cursor key and vi-like hotkeys.  
Shift+cursor key to resize. 
When watershed marker is shown, move and resize the watershed marker. 

Original issue reported on code.google.com by [email protected] on 30 Sep 2008 at 5:38

To Compile it in Linux

The following post helped me a lot!
http://askubuntu.com/questions/323047/how-to-compile-imageclipper-in-12-04

Original issue reported on code.google.com by [email protected] on 16 Mar 2014 at 7:47

the images are mirrored when cropped. If you click on one point on the video frame, its mirror in the image is selected instead. As you grow the rectangle, all keys work in upside mode, the pixels are mirrored

What steps will reproduce the problem?
1. upload a video (the one provided in the package)
2.
3.

What is the expected output? What do you see instead?

same results when you work with single images (not an avi)


What version of the product are you using? On what operating system?

Lenovo T500, Visual C++ Studio . Net 2008. XP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 22 Jul 2009 at 5:59

Images in a directory are not read sequentially

What steps will reproduce the problem?
1. Run imageclipper on a directory e.g. ./imageclipper img
2. Press <f> or <space>

What is the expected output? What do you see instead?
I expect the files to be opened in order according to file name. In the 
documentation it says "For a directory, image files in the directory will be 
read sequentially"

I end up seeing files in random order, which greatly slows down clipping as I 
am taking samples from video files.


What version of the product are you using? On what operating system?
I am using svn revision 102 on 64bit archlinux using the ext4 filesystem

Please provide any additional information below.

The boost directory iterator documentation states: "The Linux listing isn't 
sorted. That's because the ordering of directory iteration is unspecified."

This problem can be fixed by adding this line:

sort(param->filelist.begin(),param->filelist.end());

Which is done in the attached patch file.



Original issue reported on code.google.com by [email protected] on 20 Mar 2012 at 1:25

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.