- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Sirs,
I have to manage (e.g. load) images having
depth of 1 bit.
Is it possible to do that with IppiMalloc_8u_C1 or does it exist something
specific ?
Thanks and regards
Andrea Teschioni
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much for your answer Ross.
For the second question, I was born and I live in Genoa, very nice town in Northern Italy on the sea.
I think that at this time it's not easy to find employments on embedded systems and so on in my town, but I think that in Milan you could find it easier.
Regards.
Andrea
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ross,
I tried your suggestion but it does not seem work well.
Could you better explain the solution ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
IPP does not have functions to work with 1u images directly. Instead of that we propose you to convert 1u image to 8u image (there are special functions in IPP to do that) and after converting it you can use any IPP functions wich work with 8u data.
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Vladimir and thank you for your answer.
I effectively tried to use IppiMalloc_8u_C1R
and then IppiConvert_1u8u_C1R but it seems
not working.
Perhaps I do wrongly use the "steps" in the IppiConvert
procedure ...
Could you help me in this ?
Thank you again
Andrea
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well,
at least, I can try:)
In IPP, the step parameter is always in bytes. It specifies number of bytes between adjacent lines in image. For example, for image with width 9x3 bits step should be 2 if there is no any padding bytes at the end of line.
Regards,
Vladimir

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page