Statistics
3 Questions
0 Answers
RANK
178,178
of 301,573
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 21,336
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 175,520
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
how to cluster 2D points by using k-means clustering in vl feat toolbox?
Output result as a 2×3 image array, where the first row has the results for pnts1.txt and the second contains the clusters for...
10 years ago | 0 answers | 0
0
answersQuestion
howtowrite a function [points]=harris(img, win, theta) that implements harriscorner detector? win-harris window size and theta-threshold to determine if a point is corner. functn should return x,y co-ord of pts. non-maximal suppresion shold be done.
Harris sensitivity parameter = 0.04, tool box cannot be used.
10 years ago | 0 answers | 0
0
answersQuestion
How should i Implement a function that fits a line using least squares to the 2-D data points. It should output the two parameters of a line without using a toolbox for fitting the line. And i have to do this by doing regression
I need to plot the points and the line obtained from the function. Can somebody help me writing the code?
10 years ago | 1 answer | 0
