photo

HSO


Active since 2012

Followers: 0   Following: 0

Message

Computer Vision, Machine Learning, Digital Control, Robotics

Statistics

All
MATLAB Answers

1 Question
4 Answers

File Exchange

5 Files

RANK
5,798
of 300,499

REPUTATION
8

CONTRIBUTIONS
1 Question
4 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
2

RANK
1,648 of 21,021

REPUTATION
1,136

AVERAGE RATING
4.90

CONTRIBUTIONS
5 Files

DOWNLOADS
15

ALL TIME DOWNLOADS
10879

RANK

of 169,381

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

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


Intersection between two 3D flat polygon
Hello, I Just trying to compute the result polygon on the intersection of two 3D flat convex polygons defined by their vertices...

12 years ago | 1 answer | 0

1

answer

Answered
Searching the minimum element of an array
array=rand(20,1) [L C] =size(a) lower=min(a((L-10):end))

13 years ago | 1

Answered
can anybody help me which image processing algorithm should i used for the tracking and locking of a target? and how to implement the algorithm.
Hello, For tracking an target or several targets, you can use Particle Filter. Of course you need an convenient segmentation f...

13 years ago | 0

Answered
Figure color issue while using Matlab through VNC
You need to configure your VNC Server to give the colours and geometry that you want. It will waste more band. here an link for...

13 years ago | 1

| accepted

Answered
How do i remove unwanted/false edge pixels ?
Hello, You can use an Median Filter First (Salt and Pepper)with the adquate size to remove any spike noise from the image an th...

13 years ago | 0