lua---opencv icon indicating copy to clipboard operation
lua---opencv copied to clipboard

bindings to some parts of opencv to lua+torch

Results 3 lua---opencv issues
Sort by recently updated
recently updated
newest added

Can some one help me with installing this package.

The libopencv routines assume that IplImage data is contiguous, but the rows are padded to be 4 or 8 byte aligned (although I've only observed 4 byte alignment). http://opencv.willowgarage.com/documentation/c/core_basic_structures.html#align As...

I think there is a bug generic/opencv.c, in function static int libopencv_(Main_cvWarpAffine) (lua_State *L) { At the end, cvReleaseImage(&source_ipl); cvReleaseImage(&dest_ipl); should be used to release all the memory. Otherwise, memory...