- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Image Processing in Xilinx System Generator - Simple Q.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-05-2011 10:17 PM
Re: Image Processing in Xilinx System Generator - Simple Q.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-05-2011 10:19 PM
Hi
After going through it, the output image is shown only for few second and gone.
if i want to keet it displayed on screen , what can be done
regards
shamim
Re: Image Processing in Xilinx System Generator - Simple Q.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-12-2012 11:44 PM
HI
I wanna to build simple image processing application that is (Brighyness )
picture below shows the architecture but the output is just white line (I attache output image below)
would you please to tell me what is the errors .
Thank you in advance
Re: Image Processing in Xilinx System Generator - Simple Q.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-16-2012 01:32 PM
Hi.
Your block diagram looks ok. The issue seems to be connected with the parameters of blocks. Could you attach your model file? Or at least describe settings of all blocks?
Also you may find similar thread helpful:
Vitaly.
Re: Image Processing in Xilinx System Generator - Simple Q.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-17-2012 12:58 PM
thank you very much for reply me
Im so sorry I can't attach my model file now because i store it in PC at my office (my work)
the size of image 300*300 .
gateway in setting is Output Type: Unsigned
Number of bits: 8 or 16 I don't remember
Binary point:0 these setting was the in all block which include this parameter.
please help me Vitaly
thank you in advance
Re: Image Processing in Xilinx System Generator - Simple Q.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-18-2012 12:10 AM
Hi.
the size of image 300*300 .
gateway in setting is Output Type: Unsigned
Number of bits: 8 or 16 I don't remember
Binary point:0 these setting was the in all block which include this parameter.
Ok, but what are other parameters?
First of all, try to get image at output without brightness processing part, i.e. connect Gateway In to Gateway Out directly.
Vitaly.
Re: Image Processing in Xilinx System Generator - Simple Q.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-20-2012 01:08 AM
Hi Vitaly.
i hope you can help me
This model attached below
Re: Image Processing in Xilinx System Generator - Simple Q.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-20-2012 03:41 AM
I gave your model a quick look over.
I don't have XSG on this machine, but I noticed your reconstruction of the image stream is wrong; it's set for a single 300 pixel row, hence the single pixel row on the output scope.
Buffer: change 'Output buffer size' to 300x300.
Convert 1-D to 2-D: change output columns to 300.
Should work after that.
Recreational FPGA Explorer.
Re: Image Processing in Xilinx System Generator - Simple Q.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-20-2012 05:43 AM
Hi ra7
thank you for your sugestion .
But the output is still black window
help me please
thank you in advance
Re: Image Processing in Xilinx System Generator - Simple Q.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-22-2012 04:18 AM
Hi.
Block To Video Display isn't supported in my system. But let me give you several recommendations that will allow you to get a working model:
1. Replace To Video Display block with Matrix Viewer block. Set its properties: colormap matrix = gray(256), minimum input value = 0, maximum input value= 255.
2. Set bitwidth of Gateway In block equal to 8 (since image pixels are represented by 8-bits numbers).
3. Set Buffer Overlap parameter of Buffer block equal to 0 (there is no need for overlap).
Now you should be able to see an image at the output.
Vitaly.











