DarkAcMe Posted February 22, 2008 Report Share Posted February 22, 2008 LabView: An exception occurred within the externel code called by a Call Library Fuction Node. This might have corrupted LabView's memory. Vi IVision_Image Processing Example1.vi" was stopped at node 0x0 of subVI "IVision_HoughLines.vi" anyone know why? here are the files Quote Link to comment
Irene_he Posted February 22, 2008 Report Share Posted February 22, 2008 QUOTE(DarkAcMe @ Feb 21 2008, 01:53 PM) LabView: An exception occurred within the externel code called by a Call Library Fuction Node. This might havecorrupted LabView's memory. Vi IVision_Image Processing Example1.vi" was stopped at node 0x0 of subVI "IVision_HoughLines.vi" anyone know why? here are the files Hello, I can see that you added the Hough Line function into the IVision_Image Processing Example1.vi. But the memory storage ref number you passed in is not correct. Please refer to the IVision_FindLines.vi for how to call the hough function. Below is the diagram of the IVision_FindLines.vi. http://lavag.org/old_files/monthly_02_2008/post-42-1203642458.png' target="_blank">.Irene He Quote Link to comment
orko Posted February 23, 2008 Report Share Posted February 23, 2008 QUOTE(DarkAcMe @ Feb 21 2008, 09:53 AM) LabView: An exception occurred within the externel code called by a Call Library Fuction Node. This might havecorrupted LabView's memory. I think my memory is corrupted too! Look at those eyes! A very exceptional looking woman. PS. Irene_he is most likely on the right track, so I have nothing to add. I just couldn't help myself... Quote Link to comment
Rolf Kalbermatter Posted February 23, 2008 Report Share Posted February 23, 2008 QUOTE(orko @ Feb 21 2008, 09:34 PM) I think my memory is corrupted too! Look at those eyes!A very exceptional looking woman. PS. Irene_he is most likely on the right track, so I have nothing to add. I just couldn't help myself... Cool down orko And yes if she doesn't know, who would. She created the whole IVision Toolkit after all! Rolf Kalbermatter Quote Link to comment
orko Posted February 23, 2008 Report Share Posted February 23, 2008 QUOTE(rolfk @ Feb 22 2008, 02:03 AM) Cool down orko Initiating cool down.... hmm... its not working, she keeps staring at me QUOTE(rolfk @ Feb 22 2008, 02:03 AM) And yes if she doesn't know, who would. She created the whole IVision Toolkit after all! And we all appreciate it! Mad Props, Irene! :thumbup: Quote Link to comment
Irene_he Posted February 23, 2008 Report Share Posted February 23, 2008 QUOTE(orko @ Feb 21 2008, 09:34 PM) I think my memory is corrupted too! Look at those eyes!A very exceptional looking woman. PS. Irene_he is most likely on the right track, so I have nothing to add. I just couldn't help myself... Thank you. QUOTE(rolfk @ Feb 22 2008, 05:03 AM) Cool down orko And yes if she doesn't know, who would. She created the whole IVision Toolkit after all!Rolf Kalbermatter Thank you Rolf, your words are always encouraging. I wish I could spend more time to improve it, maybe I should. Irene Quote Link to comment
DarkAcMe Posted February 24, 2008 Author Report Share Posted February 24, 2008 It continues the error, I connect my DV camera then I create a loop that snap an image from the cam and then it process the image, it's all fine until for some reason it give me the same error. The last StorageRef was 28241664. why? Quote Link to comment
Irene_he Posted February 25, 2008 Report Share Posted February 25, 2008 QUOTE(DarkAcMe @ Feb 23 2008, 03:37 PM) It continues the error, I connect my DV camera then I create a loop that snap an image from the cam and then it process the image, it's all fine until for some reason it give me the same error. The last StorageRef was 28241664.why? Maybe the block size of memory storage is not correct? You use default value by pass in the "0" in create memory storage vi. Also we couldn't see your whole block diagram in the image. Irene Quote Link to comment
DarkAcMe Posted February 25, 2008 Author Report Share Posted February 25, 2008 I found something curious.. When houghlines.vi detects lines without noise there is no error at any time... the program runs perfectly ( picture node0x0_4), but when it finds distortion or noise, it collapse (node0x0_5). Here is my vi, I use the libraries in the same folder as the vi. Quote Link to comment
Irene_he Posted March 7, 2008 Report Share Posted March 7, 2008 QUOTE(DarkAcMe @ Feb 24 2008, 02:15 PM) I found something curious.. When houghlines.vi detects lines without noise there is no error at any time... the program runs perfectly ( picture node0x0_4), but when it finds distortion or noise, it collapse (node0x0_5). Here is my vi, I use the libraries in the same folder as the vi. Have you tried out using different size of memory storage? The Houghline function seems only work good on images that have obvious lines... Maybe you can also post on OpenCV discussion forum, see if anyone else can help you with the Hough line function. Irene Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.