Questions tagged [halcon]

Halcon (proprietary notation: HALCON) is a proprietary library of algorithms for image processing and machine vision. The software is developed by the Munich company MVTec.

Halcon (proprietary notation: HALCON) is a proprietary library of algorithms for image processing and machine vision. The software is developed by the Munich company MVTec.

The Halcon library provides about 2000 different operators and provides interfaces to many cameras and frame grabbers. It is designed for operation on multicore systems and for GPGPU.

Halcon is used predominantly in industrial and medical applications. Similar proprietary libraries include the Cognex Vision Library and the Matrox Imaging Library.

The IDE uses the proprietary HDevelop. Otherwise, there is also an extension for Microsoft Visual Studio.

128 questions
0
votes
3 answers

Migrate Halcon code to OpenCV

I am developing a solution using a comercial computer vision software called Halcon. I am thinking on migrating or convert my solution to OpenCV in Python. I will like to start developing my other computer vision solution in Halcon because the IDE…
Aitul
  • 2,982
  • 2
  • 24
  • 52
0
votes
2 answers

Stereo Vision for Obstacle Detection

I'm working on stereo vision project with Halcon/NET. My project is to scanning the surface of a metal plate. Is it possible to detect small hole(1-3mm) on it with stereo vision?
samydoyle
  • 27
  • 1
  • 7
-1
votes
1 answer

Sending image from HALCON to Python

I want to take a picture of an object in HALCON and send it to Python. I will process the image there and send the result back to HALCON. So far, I wrote/found the code below and was successful to send the image to Python. However, it took so long…
-1
votes
1 answer

Best IDE for fast prototyping with OpenCV

I want to ask about the best IDE to prototype programs by using OpenCV library. I’ve been programming with Halcon for 3 years and I would like to learn how to program with OpenCV too. I was thinking about reproducing some old programs that I have…
-1
votes
1 answer

How to calibrate 4 camera set around a circle?

Four cameras are arranged in a ring shape. How to calibrate the relative postures of the four cameras, that is, the attitudes of the other three cameras relative to the camera 0, the difficulties are: When using a calibration plate, four cameras…
-1
votes
1 answer

Best approach for surface matching (halcon)?

My aim is finding the surface of a 3D model into a point cloud acquired with laser triangulation. I'm doing some trys in Halcon with different approaches but im a bit confused about. Can anyone share his experience in something similar with halcon?
RFID09
  • 11
-2
votes
1 answer

HALCON min_mas_grey()

Can someone explain what the percent parameter is for on the min_mas_grey() operator in Halcon? min_max_gray(Regions, Image : : Percent : Min, Max, Range)
hern-04
  • 13
  • 1
-2
votes
1 answer

How to mask all errors after the program is closed

I use C# and Halcon to do image processing, now there is a problem that I halconwindow on some operation, users need to click the mouse operation, but this time the user without any operation will turn off the program, or just click the left mouse…
kenny.ni
  • 1
  • 1
1 2 3
8
9