Search found 1 match
- 2014-07-09T12:04:23-07:00
- Forum: Magick++
- Topic: 8bit color information regardless of ImageMagick QuantumDept
- Replies: 1
- Views: 8679
8bit color information regardless of ImageMagick QuantumDept
Hello all, I'm using Magick++ in a project to load a image, grayscale the image, then pass pixel color/intensity info into VLfeats' mser functions. Problem is that the VLFeat requires what is basically a uint8 array (vl_mser_pix if you're familiar) of pixel color. The code needs to compile and run ...