Click here to Skip to main content
15,897,187 members
Articles / High Performance Computing / Vectorization

Connected Component Labeling and Vectorization

Rate me:
Please Sign up or sign in to vote.
4.82/5 (9 votes)
2 May 2014CPOL1 min read 39.1K   1.3K   16  
Implementation of connected component labeling and subsequent vectorization.
��<html>

<head>

<META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-16">

</head>

<body>

<pre>

<table width=100% bgcolor=#CFCFE5><tr> <td> <font face=arial size=+3>

Build Log

</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>

<h3>Rebuild started: Project: CCL_Demo, Configuration: Release|Win32</h3>

</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>

Command Lines

</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Creating temporary file "c:\Programming\private\CCL_Demo\Release\RSP00000130203748.rsp" with contents

[

/O2 /D &quot;WIN32&quot; /D &quot;NDEBUG&quot; /D &quot;_WINDOWS&quot; /FD /EHsc /MD /Fo&quot;Release\\&quot; /Fd&quot;Release\vc80.pdb&quot; /W3 /c /Wp64 /Zi /TC .\main.c

]

Creating command line "cl.exe @c:\Programming\private\CCL_Demo\Release\RSP00000130203748.rsp /nologo /errorReport:prompt"

Creating temporary file "c:\Programming\private\CCL_Demo\Release\TMP00000230203748.tmp" with contents

[

1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ &quot;.\\Release\\CCL_Demo.exe.embed.manifest&quot;

]

Creating command line "rc.exe /fo".\Release\CCL_Demo.exe.embed.manifest.res" c:\Programming\private\CCL_Demo\Release\TMP00000230203748.tmp"

Creating temporary file "c:\Programming\private\CCL_Demo\Release\RSP00000330203748.rsp" with contents

[

/OUT:&quot;Release\CCL_Demo.exe&quot; /INCREMENTAL /MANIFEST /MANIFESTFILE:&quot;Release\CCL_Demo.exe.intermediate.manifest&quot; /DEBUG /PDB:&quot;c:\Programming\private\CCL_Demo\Release\CCL_Demo.pdb&quot; /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /MACHINE:X86 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib


&quot;.\Release\main.obj&quot;


&quot;.\Release\CCL_Demo.exe.embed.manifest.res&quot;

]

Creating command line "link.exe @c:\Programming\private\CCL_Demo\Release\RSP00000330203748.rsp /NOLOGO /ERRORREPORT:PROMPT"

Creating temporary file "c:\Programming\private\CCL_Demo\Release\RSP00000430203748.rsp" with contents

[

/out:.\Release\CCL_Demo.exe.embed.manifest /notify_update /manifest


.\Release\CCL_Demo.exe.intermediate.manifest

]

Creating command line "mt.exe @c:\Programming\private\CCL_Demo\Release\RSP00000430203748.rsp /nologo"

Creating temporary file "c:\Programming\private\CCL_Demo\Release\BAT00000530203748.bat" with contents

[

@echo Manifest resource last updated at %TIME% on %DATE% &gt; .\Release\mt.dep

]

Creating command line "c:\Programming\private\CCL_Demo\Release\BAT00000530203748.bat"

Creating temporary file "c:\Programming\private\CCL_Demo\Release\TMP00000630203748.tmp" with contents

[

1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ &quot;.\\Release\\CCL_Demo.exe.embed.manifest&quot;

]

Creating command line "rc.exe /fo".\Release\CCL_Demo.exe.embed.manifest.res" c:\Programming\private\CCL_Demo\Release\TMP00000630203748.tmp"

Creating temporary file "c:\Programming\private\CCL_Demo\Release\RSP00000730203748.rsp" with contents

[

/OUT:&quot;Release\CCL_Demo.exe&quot; /INCREMENTAL /MANIFEST /MANIFESTFILE:&quot;Release\CCL_Demo.exe.intermediate.manifest&quot; /DEBUG /PDB:&quot;c:\Programming\private\CCL_Demo\Release\CCL_Demo.pdb&quot; /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /MACHINE:X86 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib


&quot;.\Release\main.obj&quot;


&quot;.\Release\CCL_Demo.exe.embed.manifest.res&quot;

]

Creating command line "link.exe @c:\Programming\private\CCL_Demo\Release\RSP00000730203748.rsp /NOLOGO /ERRORREPORT:PROMPT"

</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>

Output Window

</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Compiling...

main.c

Compiling manifest to resources...

Linking...

LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification

Embedding manifest...

LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification

</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>

Results

</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Build log was saved at "file://c:\Programming\private\CCL_Demo\Release\BuildLog.htm"

CCL_Demo - 0 error(s), 2 warning(s)

</pre></table><table   width=100% height=20 bgcolor=#CFCFE5><tr><td><font face=arial size=+2>

</font></table></body></html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Australia Australia
Experience hardware/software design engineer with specialization in the field of embedded controllers and software. Software credits include Free Pascal development RTL, Cipher Multitask engraving software and Symmetry Laser/Cutting software. Firmware/hardware credits include Cipher CNC controllers series 1-3, Vision series 1 engraver controller and I-Marc pet tagger controller.

It is about now you realize you have been doing this for far too long Smile | :)

contact: ldeboer@gateway.net.au

Comments and Discussions