The Scorpion Whitepapers is located at http://www.scorpionvision.com/support/55.html
Filed under: General | Leave a comment »
The Scorpion Whitepapers is located at http://www.scorpionvision.com/support/55.html
Filed under: General | Leave a comment »
Example 23 – Implementing a tcp/ip Socket Server in the Scorpion Online Help show you how to implement a custom tcp/ip socket server in Scorpion.
Example 31 – Client to tcp Socket Server – shows you how you can connect to any tcp/ip server.
To learn more about Scorpion tcp/ip communication.
Filed under: I/O | 2 Comments »
It is easy to configure any windows PC to do AutoLogon with the Scorpion AutoLogon Component. It can be downloaded from here…
It is free to use with a Scorpion licence on your computer.
Filed under: General, Profiles | Leave a comment »
Instructions on how to upgrade Scorpion Vision Software is found here…
Filed under: Sales and Licensing | Leave a comment »
Access to the Scorpion Vision pricelist be requested from this form.
There are three pricelists:
The pricelist are available in Euro and Norwegian Krone – NOK.
OEM pricing or volume pricing is available upon request – sales@tordivel.no
Filed under: Sales and Licensing | 1 Comment »
Arrlib is the Image Processing Library in Scorpion Vision Software. ArrLib stand for Array Library. The basis of the library was developed by Arne Sommerfelt when he was working for SINTEF. Arne is now the Chief Operating Officer of Tordivel AS.
There are four versions of Arrlib supplied with each Scorpion Vision Software. These are:
The default version of is Arrlib generated by Visual C++ 8. This version supports all hw platform form – Intel, AMD and other cpus. The Intel C generated version support the latest Intel multicore CPU and is significantly faster the the Visual C++ version on an Intel platform. The IPP version required that the IPP library is added to your Scorpion installation. These IPP library is at the moment speeding image resampling significantly.
To update your Arrlib version – locate the applicable Arrlib version in the Arrlib directory, included as a sub-directory under the scorpion directory, and copy the dll to the scorpion directory.
Filed under: Toolbox | Leave a comment »
Intel® Integrated Performance Primitives (Intel® IPP) is an extensive library of multicore-ready, highly optimized software functions for digital media and data-processing applications. Intel IPP offers thousands of optimized functions covering frequently-used fundamental algorithms. Intel IPP functions are designed to deliver performance beyond what optimized compilers alone can deliver.
Scorpion Vision Software provides a version of it’s Image processing library Arrlib which uses IPP free of charge.
Filed under: Toolbox | 1 Comment »
InternetMessenger is the basis for TCP/IP communication in Scorpion. InternetMessenger contains a a stateless server and a client and can be used to make large Scorpion networks. It is also recommended to use as inter-application on one computer.
The ActiveX component is a part of Scorpion and can be used at no cost in system used to communicate a Scorpion licenced system.
The InternetMessager is the preferred way to comunicate from another Windows application. It is possible to send text based commands to scorpion and do remote scripting.
TDVCMDProtocol Setup
The component is contained in the TDVCmdProtocol setup containing:
The tcp/ip TDVCmdProtocol is described in the Scorpion Online Help.
InternetMessenger Windows Help File
Download WinHlp32.exe for Windows 7 to read InternetMesssenger help file
To obtain the WinHlp32.exe download for Windows 7 – http://go.microsoft.com/fwlink/?LinkId=166421
Custom TCP/IP Protocols
Read about custom tcp/ip protocols.
Filed under: I/O | 2 Comments »
The clue about sub-pixel measurement is removing lens distortion. The Calibrator tool is the key for for this. More information is found in the Scorpion Online Help.
All Scorpion tools work with reference and process image with subpixel accuracy the reference chain contains a Calibrator. This gives the user the advantage of sub-pixel measurement without any special effort. Sub-pixel measurement is an extremely important feature in 2D and 3D machine vision system. With Scorpion you can increase the accuracy from 10 – 30 times taking advantage of the Calibrator tool.
The image below is a Image from a patented system from Tordivel Solar. The shadowline is located with 1 micrometer accuarcy with a camera pixel resolution of 40 micrometer.
The following rule of thumb can be used to indicate the tolerance of a width measurement : The accuarcy is equal to 1 pixel – the measurement standard deviation is 1/10 pixel or better. This means that with a field of view of 100 x 100 mm and a Sony XCD-700 camera measurements has a accuracy of 0.1 mm and a resolution better than 0.01 mm.
The image below is captured with 4.8 mm wide-angle lens. The grid has the following properties:
The following corrections are performed with lens calibration:
The effect of using the calibrator is that the optical precision is 0,3 mm. Before correction the maximum error 2 * 58 mm = 116 mm. The maximum error is thus reduced with a factor close to 300.
Using the ImageResampler tool the following perfect image can be created:
See also the Calibrated Measurement example.
Filed under: 3D Machine Vision, Toolbox | 2 Comments »
Scorpion’s advanced blob tools – Blob4, PolylineEdgeFaults2 – PLEF2 and PolygonMatch – has polygon rois (regions of interest).
For Blob4 this is very useful in assembly verification for detecting the presence of an object. Simply shape the blob to the shape of the object. In surface defects, applications having the possibility to cover every details of the part is very important. Have in mind that Blob’s roi handle rotation, scaling and perspective.
For PolygonMatch and Plef2 this is useful when you tailor the roi to the shape of the object. Another important issue is that you can select the features to use.
More about dynamic polygon ROIs.
Filed under: Toolbox | Leave a comment »