[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r55] by andyfrench

Memory leak fixed. base_image was being cloned each loop, and didn't need to be

2009-08-05 12:36:32 Tree
[r54] by andyfrench

Fixed last_image multiple cropping problem (only needs cropping once)

2009-08-05 12:17:56 Tree
[r53] by andyfrench

Over-cropping bug.
Added error message to alert user when cropped image smaller than zoom image.

2009-08-05 11:34:20 Tree
[r52] by andyfrench

Re-added showLiveZoom code in mouse move (commented out during recent testing)

2009-08-05 11:25:49 Tree
[r51] by andyfrench

Fixed cropping error by using base_image = image_ptr rather than CopyImage(image, base_image)

2009-08-05 11:07:08 Tree
[r50] by andyfrench
2009-07-30 12:49:21 Tree
[r49] by andyfrench

Changes where some images are released after main program execution to prevent errors

2009-07-30 11:33:50 Tree
[r48] by andyfrench

added cvCloseAllWindows to a form close event

2009-07-30 10:37:20 Tree
[r47] by andyfrench

Set all image pointers to NULL to start with (spotted when run in debug; release mode seems to set to null anyway..? But best to be sure)
Modified first image!=NULL check in onMouse - added { }
added != NULL check on cvReleaseImage s at end of init()

2009-07-30 09:56:22 Tree
[r46] by andyfrench

Added some tool tip help

2009-07-24 13:49:31 Tree
Older >