ImagePro>Re: format for binary and scr outlines
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ImagePro>Re: format for binary and scr outlines
- To: <imagepro-users[at]lists.mediacy.com> (Image-Pro Plus Users Email List)
- Subject: ImagePro>Re: format for binary and scr outlines
- From: "Chris Tully" <ctully[at]mediacy.com>
- Date: Mon, 3 Dec 2001 11:10:42 -0500
- List-Archive: <http://lists.mediacy.com:80/Lists/imagepro-users/List.html>
- List-Unsubscribe: <mailto:imagepro-users-off@lists.mediacy.com>
- Reply-To: <imagepro-users[at]lists.mediacy.com> (Image-Pro Plus Users Email List)
- Sender: <imagepro-users[at]lists.mediacy.com> (Image-Pro Plus Users Email List)
Michael,
I will second Jean-Paul's comments that you should not try to parse the .scl
files. I will also warn you that we have recently discovered some problems
with the .out format, most commonly associated with objects that have
holes - so if your objects have holes stay away from the .out file format.
I would suggest that the safest way to do the processing that you want to do
is:
1) extract the blob outlines as you have been doing, using IpBlbGet()
2) Process as you desire
3) create an AOI using the processed outline, using IpAoiCreateIrregular()
4) Convert that AOI to a blob using IpBlbFromAoi()
Chris Tully
Senior Technical Services Engineer and Quality Assurance Analyst
Media Cybernetics, Inc. "From Images to Answers"
8484 Georgia Avenue, Suite 200
Silver Spring, MD 20910
Tel: +1 (301) 495-3305 ext. 3 Fax: +1 (301) 495-5964
E-mail: TechSupport@mediacy.com
Media Cybernetics Website: www.mediacy.com
Media Cybernetics Solutions Zone: www.solutions-zone.com
-----Original Message-----
From: Image-Pro Plus Users Email List
[mailto:imagepro-users@lists.mediacy.com]On Behalf Of Michael Plonski
Sent: Monday, December 03, 2001 9:47 AM
To: Image-Pro Plus Users Email List
Subject: ImagePro>format for binary and scr outlines
Is the format for binary and scr outlines that are saved to a file
documented somewhere.
The text format version can't be read back in. I would like to pick up the
outlines with a C-routine and modify them and then read them back in. Right
now I can pass the outlines to a C-routine directly using the SDK via the
BlbGet, but I don't know how to get them back into image pro after I modify
them. I need to save this modified outlines off as a set of outlines that
can be reloaded from file. I either need to be able to generate the outline
files directly from C or pass them back to image pro via the SDK so that it
can save them as binary.
My plan at the moment is to pass back an area of interest - which you can
then convert into an outline (BlbFromAOI), but this only does on outline at
a time.
It also seems that the SDK only allows one to load binary files and not scr
files. What is the scr format for outline data used for?? When I looked at
one it was just binary data.
any thoughts would be appreciated.
Mike Plonski
***********************************************************
Need an Image-Pro macro or driver? Find it at http://www.Solutions-Zone.com
Got an Image-Pro macro or driver? Add it to http://www.Solutions-Zone.com
***********************************************************
This message is sent to you because you are subscribed to
<imagepro-users@lists.mediacy.com>.
To unsubscribe, email to: <imagepro-users-off@lists.mediacy.com>
To switch to the DIGEST mode, email to
<imagepro-users-digest@lists.mediacy.com>
To switch to the INDEX mode, email to
<imagepro-users-index@lists.mediacy.com>
Send administrative queries to <imagepro-users-request@lists.mediacy.com>
To subscribe or unsubscribe visit
http://www.solutions-zone.com/ipednld/subscriber.asp
***********************************************************
Need an Image-Pro macro or driver? Find it at http://www.Solutions-Zone.com
Got an Image-Pro macro or driver? Add it to http://www.Solutions-Zone.com
***********************************************************
This message is sent to you because you are subscribed to <imagepro-users@lists.mediacy.com>.
To unsubscribe, email to: <imagepro-users-off@lists.mediacy.com>
To switch to the DIGEST mode, email to <imagepro-users-digest@lists.mediacy.com>
To switch to the INDEX mode, email to <imagepro-users-index@lists.mediacy.com>
Send administrative queries to <imagepro-users-request@lists.mediacy.com>
To subscribe or unsubscribe visit http://www.solutions-zone.com/ipednld/subscriber.asp