ImageEn

TIEVisionImage.detectLines Code Samples


Code samples for detectLines.
Automatically generated by the Every Method demo.
// Automated test of detectLines - BinaryDescriptor
// TIEVisionImage.detectLines - Binary - Lines: 82 - Use Image with Lines!
lines := ImageEnView1.IEBitmap.GetIEVisionImage().detectLines( ievBinaryDescriptor ); // Found count: 82



// Automated test of detectLines - BinaryDescriptor - Alpha Channel
// TIEVisionImage.detectLines - Binary - Lines: 123 - Use Image with Lines!
lines := ImageEnView1.IEBitmap.GetIEVisionImage().detectLines( ievBinaryDescriptor ); // Found count: 123



// Automated test of detectLines - BinaryDescriptor - 32-Bit RGBA
// TIEVisionImage.detectLines - Binary - Lines: 212 - Use Image with Lines!
lines := ImageEnView1.IEBitmap.GetIEVisionImage().detectLines( ievBinaryDescriptor ); // Found count: 212



// Automated test of detectLines - LSDDetector
// TIEVisionImage.detectLines - LSDDetector - Lines: 416 - Use Image with Lines!
lines := ImageEnView1.IEBitmap.GetIEVisionImage().detectLines( ievLSDDetector ); // Found count: 416



// Automated test of detectLines - LSDDetector - Alpha Channel
// TIEVisionImage.detectLines - LSDDetector - Lines: 410 - Use Image with Lines!
lines := ImageEnView1.IEBitmap.GetIEVisionImage().detectLines( ievLSDDetector ); // Found count: 410



// Automated test of detectLines - LSDDetector - 32-Bit RGBA
// TIEVisionImage.detectLines - LSDDetector - Lines: 416 - Use Image with Lines!
lines := ImageEnView1.IEBitmap.GetIEVisionImage().detectLines( ievLSDDetector ); // Found count: 416