Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
36 views

when i try to use halcon api drawing roi in qt,i must use left click to end drawing.If i directly close the viewer of drawing roi,the whole program gonna be forzened,cause the drawing isnt ended.I ...
piercashuang's user avatar
0 votes
1 answer
32 views

We have a Halcon library where each procedure is saved as *.hdvp and releases are generated as *.hdpl packages that are copied into projects. The problem is that user can modify *.hdpl package inside ...
Vladimir Perković's user avatar
0 votes
0 answers
49 views

I am using Halcon12 as we need to edit a old version of a software. For some reason suddenly every program or procedure I open is partially read only and every empty line is marked with an "*&...
sharkyenergy's user avatar
  • 4,221
0 votes
1 answer
138 views

I'm new to Halcon and I can't figure out a way to match the scaling, rotation, and translation of one region to that of another region. Currently, I'm trying to find a way to get a HHomMat2D ...
Ness's user avatar
  • 3
0 votes
1 answer
769 views

I'm trying to create a WinForms program that shows the result of Halcon procedure. This procedure (for now) is a variation of detect_mura_defects_texture, which I have adapted to become a hdvp. The ...
F A Fernández's user avatar
1 vote
1 answer
128 views

If set numLevels to 'auto' and minScore = 0.99, it cannot find the model created on the same image. Change the minScore to 0.8, get a result with score 1 It seems the minScore didn't work good on ...
Lamp's user avatar
  • 444
0 votes
0 answers
145 views

normaly when scratch exist product surface, the value of pixes are different from its background, but when background like random noise it's difficult distinguish scratch defect from background. src ...
xtkwfn's user avatar
  • 11
0 votes
1 answer
167 views

I am trying to multiply 4x4 transformation matrix with a Point Vector(4x1) in Halcon. Which command should i use since so far i haven't found anything I tried to multiply with with hom_mat3d_compose ...
Viktor Petrov's user avatar
0 votes
1 answer
258 views

Ive seen a pose array a few times generated by a Halcon procedures like find_surface_model. When I try to create one myself I cant get it to work. I tried tuple_concat() and a few array notation ...
Malinko's user avatar
  • 116
0 votes
1 answer
176 views

How can I paint 3D orientation arrows onto an image in Halcon to illustrate the orientation of a pointcloud I'm rendering? First I figured I would generate a 2D image of the arrows, rotate as needed (...
Malinko's user avatar
  • 116
0 votes
2 answers
639 views

HalconDotNet.HOperatorSet.ReadImage(out HObject image, srcPath); //... //(graphic stuff) //... HalconDotNet.HOperatorSet.WriteImage(imagePart, "png", 0, tmpImgPath); // skip these steps ...
Malinko's user avatar
  • 116
0 votes
1 answer
331 views

My first stack overflow question, here we go. Last week the computer on which a prototype vision application written in C#/.net was running crashed due to an unreleated reason. this resulted in the ...
casper's user avatar
  • 1
1 vote
2 answers
540 views

For a project with a very large database I am using the following two procedures thousands of times in a loop: select_points_object_model_3d() render_object_model_3d() This takes hours and hours for ...
Malinko's user avatar
  • 116
0 votes
1 answer
395 views

From my Halcon procedure I receive a HtupleVector with coordinates that looks like: {{[900, 200], [300, 200], [600, 700], [1000, 700], [200, 700]}} I want to use these values in C# as integers so I ...
Malinko's user avatar
  • 116
0 votes
1 answer
388 views

When using StartDebugServer it is possible to enable remote debugging of your application like shown here. HaEngine = new HDevEngine(); HaEngine.StartDebugServer(); When using an exported library it ...
Malinko's user avatar
  • 116
0 votes
0 answers
185 views

i am writing a code in C++ that acquires data from a 2D or 3D sensor (for example Photoneo XL) and has the aim to save the image/point cloud in MongoDB through Gridfs(this requires to serialize the ...
Stefano Grossi's user avatar
0 votes
1 answer
241 views

(HalconDotNET) I want to render an image from a visualized match result with a colored pointcloud. In the example program find_surface_model_with_edges_simple.hdev after running find_surface_model() ...
Malinko's user avatar
  • 116
1 vote
1 answer
255 views

I am trying to get clean grid data from this image (don't mind the tilt, it is incidental). This means no noisy dots and a uniform grid representing the situation. I am doing fairly well using ...
Malinko's user avatar
  • 116
0 votes
2 answers
257 views

When slicing a objectModel3D into horizontal layers using select_points_object_model_3d and rendering these layers using render_object_model_3d(), I noticed that smaller parts of the bigger pointcloud ...
Malinko's user avatar
  • 116
0 votes
1 answer
320 views

I am trying to create a Halcon homogeneous transformation matrix with data aquired from another process. I will be using it to generate a pose, which in turn will be used for rigid transformation. The ...
Malinko's user avatar
  • 116
0 votes
1 answer
354 views

I have this image: and would need to get the region of the crate. like this: I have not been able to get a clean selection so far. I tried thresholding the image, tried after adding some mult_image, ...
sharkyenergy's user avatar
  • 4,221
-1 votes
1 answer
1k views

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 ...
Murat Baran's user avatar
0 votes
2 answers
3k views

I started working on a project with Halcon and initially I used HDevelop 21.11 Progress version. Recently I imported the code to C# using MVTec.HalconDotNet NuGet package but I'm having issues when ...
erik7854's user avatar
  • 170
0 votes
1 answer
342 views

I am doing a project where I need to draw a laser line image on a graph. I got the coordinates of the laser points. I am going to draw a two-dimensional graph in the Halcon (MVTEC software) using ...
mohammad's user avatar
0 votes
1 answer
584 views

I have the need to read this low quality ECC code using halcon 20. I have tried all possible parameters but cannot find any combination that is able to read this code. What seems strange to me is that ...
sharkyenergy's user avatar
  • 4,221