Nurul Farhana Mohd Fadzli
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
206,641
of 295,467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Code generation failed when I want to deploy my function
I get this error below when trying to generate CUDA Code for the Jetson Target. Before this it works fine but this time it faile...
2 years ago | 0 answers | 0
0
answersQuestion
How to find the angle of object by using other function instead of using minFeretProperties because it is not supported for code generation.
I need to deploy my algorithm to NVIDIA Jetson and I have created my coding and ready for code generation using MATLAB Coder. Un...
2 years ago | 4 answers | 0
4
answersQuestion
Hi, Im trying to generate the C code for my matlab code using Matlab Coder. I got a lot of errors and one of them is Function 'imshow' not supported for code generation.
How do I fix this? Does imshow() is not supported in Matlab Coder ? Please help me. Thank you.
2 years ago | 1 answer | 0
1
answerQuestion
can someone help me edit the code below so that the output image can display the value of rotation angle of the object with axis guide
It is just the example image that i want, the axis with the angle: this is my input image: % Perform edge detection with i...
2 years ago | 2 answers | 0
2
answersQuestion
Hi all, how to create image datasets. I need them to train neural networks. I have about 15 to 20 images and I need to turn these images into an image dataset. Please.
I have tried to find the way to build image dataset but all of the example are using Python. But i want to use Matlab. Please he...
2 years ago | 2 answers | 0
2
answersQuestion
Hi All, I am still new to MATLAB, i would like to detect the orientation of the box and if possible , I want to produce an output as I attached below.
The green line box is the right position for a box while the red is not. so, I can compare and identify whether the box is in ri...
2 years ago | 1 answer | 0
1
answerQuestion
Can someone edit my code so that the final image output will have the orientation measurement on each object? like the line or boxes
clear all; clc; close all; %Input image img = imread ('C:\Users\User\Pictures\BOX.jpeg'); %Show input image figure, imshow...
2 years ago | 0 answers | 0
0
answersQuestion
Hi, can i know how to find the orientation of an object?
I need to do a project that can identify the position and orientation of object on the conveyor so that the object will be in a ...
2 years ago | 1 answer | 0