From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Examples in Visual C++

Could somebody tell me where to find IMAQ examples written in Visual C++ for
particle analysis?

Thank you
0 Kudos
Message 1 of 3
(5,584 Views)
NI-IMAQ has no functionality available for image processing, it is simply a
driver that allows the software to interface with the National Instruments
frame grabber. IMAQ Vision is an image processing package available for
LabVIEW, LabWindows/CVI and component works. If you wish to employ Visual
C++, or any language other than mentioned above, you will need to develop
your own algorithms for the image processing portion of your application.


Carlos Rojas-Palma, Ph.D. wrote in article
<383d3376@newsgroups.ni.com>...
>
> Could somebody tell me where to find IMAQ examples written in Visual C++
for
> particle analysis?
>
> Thank you
>
0 Kudos
Message 2 of 3
(5,584 Views)
Check the Intel Web site. There is a large image processing library
available for free download. Of course NI offers IMAQ Vision for LabWindows
CVI and VC++ . The IMAQ Vision is a complete image processing toolkit.
Along with Vision Builder on can start writing code quickly. Vision Builder
produces a script of function calls to use to bid your vision code. I
recommend some additional reading to appreciate the breadth of the image
processing tools that have been developed over the last 20 years, most of
which are part of the NI IMAQ Vision toolkit.


--
Mark Stangl,.P.E
MSE Systems www.msesystems.com
Company Email MSE@msesystems.com
optics@engineer.com
303 499-3163 FAX 303 494-3697
JFAX 909.498.8072 (preferred)
350 27th. St. Boulder, CO 80303


"Guy McDonnell"
donnell@ni.com> wrote in message
news:01bf4011$6d663620$ae3aa482@Sauron.natinst.com...
> NI-IMAQ has no functionality available for image processing, it is simply
a
> driver that allows the software to interface with the National Instruments
> frame grabber. IMAQ Vision is an image processing package available for
> LabVIEW, LabWindows/CVI and component works. If you wish to employ Visual
> C++, or any language other than mentioned above, you will need to develop
> your own algorithms for the image processing portion of your application.
>
>
> Carlos Rojas-Palma, Ph.D. wrote in article
> <383d3376@newsgroups.ni.com>...
> >
> > Could somebody tell me where to find IMAQ examples written in Visual C++
> for
> > particle analysis?
> >
> > Thank you
> >
0 Kudos
Message 3 of 3
(5,584 Views)