Brian Ogilvie
MathWorks
Followers: 0 Following: 0
Statistics
All
RANK
6,029
of 295,569
REPUTATION
8
CONTRIBUTIONS
0 Questions
5 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
Is the SURF algorithm implemented in MATLAB HDL friendly?
Hi Sonali & Armin, Did you know that MathWorks has a toolbox that, along with HDL Coder, allows you to generate Verilog or VHDL...
Is the SURF algorithm implemented in MATLAB HDL friendly?
Hi Sonali & Armin, Did you know that MathWorks has a toolbox that, along with HDL Coder, allows you to generate Verilog or VHDL...
4 years ago | 0
Answered
Hdl black and white image blob analysis
Hello Ismail, Traditional blob analysis is not efficient on FPGAs due to the multipass nature of the algorithm. For real-time ...
Hdl black and white image blob analysis
Hello Ismail, Traditional blob analysis is not efficient on FPGAs due to the multipass nature of the algorithm. For real-time ...
6 years ago | 0
| accepted
Solved
The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...
7 years ago
Answered
Generate HDL code from SVM function in Matlab.
Hi Mohamed, The SVM function or ClassificationSVM object are not directly supported for HDL code generation but you can build...
Generate HDL code from SVM function in Matlab.
Hi Mohamed, The SVM function or ClassificationSVM object are not directly supported for HDL code generation but you can build...
7 years ago | 0
Answered
How to get 2D matrix of pixels from visionhdl.frame2pixels to operate with blocks?
Hi Vladislav The output of the Vision HDL Toolbox is a pixel stream that can be realized in an FPGA or ASIC using VHDL or Ver...
How to get 2D matrix of pixels from visionhdl.frame2pixels to operate with blocks?
Hi Vladislav The output of the Vision HDL Toolbox is a pixel stream that can be realized in an FPGA or ASIC using VHDL or Ver...
8 years ago | 0
Answered
What does the LineBufferSize property of Median Filter actually mean?
Hi Vladislav, Yes, you have correctly understood the LineBufferSize property for the Median Filter. It is the length of t...
What does the LineBufferSize property of Median Filter actually mean?
Hi Vladislav, Yes, you have correctly understood the LineBufferSize property for the Median Filter. It is the length of t...
8 years ago | 0
| accepted