ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Qrcode

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
claudiong Posted - Aug 20 2015 : 12:18:07
I have a doubt when reading images with Qrcode ,
even those are not recognized in the very example of Imageen ( Barcode ) only when I select the area containing the Qrcode the createBarCodeScanner () command. scan . You can identify the Qrcode
What should I do to Qrcode be recognized ?

ImageEnVect1.io.Params.SamplesPerPixel := 3;
ImageEnVect1.IO.Params.BitsPerSample := 8;
ImageEnVect1.IO.Params.JPEG_ColorSpace := ioJPEG_GRAYLEV;
ImageEnVect1.IO.Update;
and even then the qrcode is not identified , only when I select the area that even this





3   L A T E S T    R E P L I E S    (Newest First)
claudiong Posted - Aug 25 2015 : 06:57:46
Ok ... I'll OS tests ... Thanks
xequte Posted - Aug 23 2015 : 16:06:52
Hi

The images are not clear enough. They work fine if you reduce the images to black and white using:

ImageEnView1.Proc.ConvertToBWThreshold( 125 );


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
xequte Posted - Aug 21 2015 : 05:22:23
Hi

What is the quality of the source images like? Can you attache a few examples?

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com