miracle8304 / aforge

Automatically exported from code.google.com/p/aforge
0 stars 0 forks source link

Add support for 32-bits ARGB images in the CornersMarker filter #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is not a defect, but an enhancement request.

It seems that the current implementation of CornersMarker does not support 
32-bit ARGB images. It also seems like AForge.Imaging.Drawning supports 
32bppArgb (and 32bppRgb) images since they are listed in the 
Drawning.CheckPixelFormat method. Could support for other image types be added 
to the CornersMarker filter?

Original issue reported on code.google.com by cesarso...@gmail.com on 2 Sep 2010 at 11:11

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 3 Sep 2010 at 5:36

GoogleCodeExporter commented 9 years ago
The problem here is not in Drawning class, but in corner detectors. Not every 
corner detector supports 32 bit images for now ...

Original comment by andrew.k...@gmail.com on 11 Nov 2010 at 4:12

GoogleCodeExporter commented 9 years ago
Added support of 32-bit images to CornersMarker and MoravecCornersDetector.

Committed in revision 1341. Will be released in version 2.1.5.

Original comment by andrew.k...@gmail.com on 12 Nov 2010 at 3:10

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 12 Jan 2011 at 11:41