Since 4/2/2012 5:39:07 AM, belion has written 5 articles and participated in 2 conversations. belion signature: belion
belion's articles:
Items(5) /1
using bibliographic reference on title2127 (9/14/2010 2:36:10 PM) comp.text.tex Hello all,
is there a way of using a bibliographic reference in a section, so
that it appears in the table of contents?
In other words, a proper way of doing:
\section{\cite{key}}
Thanks
... BeLioN
using mask with normxcorr2122 (10/20/2008 9:38:43 AM) comp.soft-sys.matlab Hello, is there a way I can tell normxcorr2 to use a mask? I can define a mask in my template using roipoly and poly2mask, but I do not find a way of telling normxcorr2 to use this mask. Thank you ... BeLioN
using NCC for template matching017 (10/15/2008 11:02:15 AM) comp.soft-sys.matlab Hello, we are trying to use NCC to do template matching. Once a feature is extracted using Harris Corner Detector, we try to track this feature in the next images. To do the matching, we use the normalized cor... BeLioN
weird fork problem937 (10/28/2007 9:22:58 PM) comp.unix.programmer Hi all, I am having a strange issue with a fork call. After some runs, I cannot call fork from my program. This is my code: pid_t pID=-1; while (pID<0) { cout << "trying to fork ... " << endl; ... belion
passing MWCellArrays021 (5/4/2007 11:36:28 AM) comp.soft-sys.matlab Hi, I am exporting my Matlab function using Javabuilder. The Matlab function accepts two input arguments as MWCellArrays. When I import the resulting jar in Eclipse, I get the following prototypes: testFuncti... belion
belion's replies:
Items(1) /1
weird fork problem937 (10/28/2007 9:22:58 PM) comp.unix.programmer Hi all, I am having a strange issue with a fork call. After some runs, I cannot call fork from my program. This is my code: pid_t pID=-1; while (pID<0) { cout << "trying to fork ... " << endl; ... belion(7)