CPLofprocessedimage

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - CPL/Closed Polygon Lists
Introduced first in SolidGeometry 4.3, Creation date: 2018-10-17, Last change: 2025-09-14

returns contours inside a processed image

Description

It uses finally CPL=CPLofimage(I,2);
Support: 'gaussian', 'sobel', 'prewitt', 'laplacian', 'log', 'average', 'unsharp', 'disk', 'motion'


See Also: , CPLofimage

Example Illustration

 missing image of CPLofprocessedimage(I,ms,fspecial);

Syntax

[CPL,I]=CPLofprocessedimage(I,[ms,fspecial]);

Input Parameter

I: Image
ms: optional resize value; default is 1024; 0==unchanged
fspecial: optional filter values - see at fspecial

Output Parameter

CPL:
I:

Examples


loadweb CAD_pictures.mat; imshow(CADpictservo); shg
CPLofprocessedimage(CADpictservo,'','disk',20); CPL=ans; CPL=CPL/10;
findcirclesinCPL(CPL,1)




Copyright 2018-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Last html export of this page out of FM database by TL: 2025-09-21