Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

sliding window technique in image processing

Status
Not open for further replies.

yupina-chan

Member level 2
Joined
Nov 27, 2013
Messages
51
Helped
1
Reputation
2
Reaction score
1
Trophy points
8
Activity points
397
hi. i am working on image processing for FPGA implementation and my system uses the sliding window technique. how do i start with this? my camera is the terasic d5m. it takes a snapshot of the image. after which, it goes into my image processing modules. i have a reference image (of smaller dimensions) which i will be matching with the input image through the sliding window.
 

Have you started writing any HDL? Do you have a matlab model?
 

hi. i am working on image processing for FPGA implementation and my system uses the sliding window technique. how do i start with this? my camera is the terasic d5m. it takes a snapshot of the image. after which, it goes into my image processing modules. i have a reference image (of smaller dimensions) which i will be matching with the input image through the sliding window.

You can use some line buffers to store image rows and columns and then fetch the pixel values to the system.
 

i have tested my algorithm in matlab. i have started with my processes, for simulation. and then, i can just incorporate it all once i already have my sliding window. my process is that i will have a reference image, convert to hsv and match its' histogram with the input image.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top