CodingTrain / CodingTrain/Suggestion-Box
Image Processing
- Dominant language
- No language data
- Stars
- 570
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I'm doing experiments using an High Speed Camera to record flame transitions inside of pipe. I wanna make some calculations from this videos (or frames) and transform into graphics. Example - Plot of: time x velocity; time x vector velocity; time x vorticy; etc.
I have several frames for an high speed camera record. Current, I’m doing 2D recording but I’m setting up the 3D too.
This frames are flame explosion flowing in the T pipe. (I’m doing experiments with powder TiO2 inside too cause I wanna try to make PIV too). And one of the record, I put a mesh with 2mm square.
https://drive.google.com/file/d/0By4di7w-iTXAZlFFUGZBNEF6aTQ/view?usp=sharing
https://drive.google.com/open?id=0By4di7w-iTXAclNfTHVfNldTSFU
From the experiment without powder, I wanna take data from the images: velocity; vector velocity; vorticity; and anything is possible.
I though in this way but I dont know how to do it exactly and I dont know if it’s correct.
I’m thinking to converge the Image RGB to a Matrix:
https://de.mathworks.com/help/matlab/creating_plots/image-types.html
Each frame has the own matrix.
Try to put an array from each frame and with this represent the deltaT (0,001s).
And manipulate these matrix in the way I can normalize to have an graph with velocity x time, where the location would be pixel variation inside of the matrix and the time the the deltaT of each frame.
Do you think this is possible? Would you know a better way to do this or software? I'm using ImageJ too.
Thanks
Best Regards
Vitor Gabriel
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.