photo

Rushikesh Tade


IBM

Last seen: 1년 초과 전 2014년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: Image processing, Pattern Recognition , Signal Processing

Programming Languages:
Python
Spoken Languages:
English
Pronouns:
He/him

통계

All
MATLAB Answers

0 질문
22 답변

File Exchange

1 파일

Cody

1 문제
20 답안

순위
2,074
of 300,753

평판
32

참여
0 질문
22 답변

답변 채택
0.00%

획득한 표
6

순위
15,482 of 21,075

평판
11

평균 평점
0.00

참여
1 파일

다운로드 수
2

ALL TIME 다운로드 수
111

순위
21,167
of 170,858

참여
1 문제
20 답안

점수
255

배지 수
4

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • GitHub Submissions Level 1
  • First Submission
  • 3 Month Streak
  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer
  • Scavenger Finisher
  • Commenter
  • Promoter
  • Creator
  • Solver

배지 보기

Feeds

보기 기준

제출됨


rushikesh988/vladmatlab
For creating VLAD descriptor of image descriptors

8년 초과 전 | 다운로드 수: 2 |

0.0 / 5

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

8년 초과 전

답변 있음
How to read the image timestamp data from its text file?
It would have been useful if could have attached one/few of that files. Anyways MATLAB has an option to read data from .txt file...

대략 10년 전 | 0

답변 있음
Skin type classification and clustering
Hi Adriano, Try doing this: * Use k-NN classifier, use the Fitzpatrick Scale color ranges for the training. * Calculat...

10년 초과 전 | 0

답변 있음
how can I write and reads an image from a folder?
* read an image from a folder variable_name=imread('image_name.ext') * select image and show it into axe...

10년 초과 전 | 0

답변 있음
Teeth Segmentation from a given X-ray image
Try this code , clc; clear all; close all; image_name='10.gif.jpg'; %%Change this if you have diff name ...

10년 초과 전 | 0

답변 있음
FFT of a selected range of points
if you know the time where it started you can simply do it by using: fft(signal(initial_time:final_time))

10년 초과 전 | 0

| 수락됨

답변 있음
Should XOR operation performed on binary images only?
I think so because XOR is binary operator.

10년 초과 전 | 0

문제를 풀었습니다


Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...

10년 초과 전

답변 있음
If A is a 378-by-1 matrix and B is a 378-by-2401 matrix, what does is it mean 'A\B'?
Ref from <http://dali.feld.cvut.cz/ucebna/matlab/techdoc/ref/arithmeticoperators.html> Backslash or matrix left division. I...

10년 초과 전 | 0

| 수락됨

문제를 풀었습니다


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

10년 초과 전

문제를 풀었습니다


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

10년 초과 전

문제를 풀었습니다


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

10년 초과 전

문제


Form Blocks in a 1D array
Lets say I have an array of size (10,1); I want to divide it into the num number of blocks which are given by user no_of_b...

10년 초과 전 | 1 | 솔버 수: 31

문제를 풀었습니다


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

10년 초과 전

답변 있음
how to save the captured image in target folder
imwrite(variable_name,'C:\Users\admin\Desktop\rrrrrr\TestDatabase\image_name_to_saved.format')

10년 초과 전 | 1

답변 있음
Finding if numbers are within range
input_vector=1:100; range_upper_limit=50; range_lower_limit=25; indices_in_input_vector_within_the_range= int...

10년 초과 전 | 0

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

거의 11년 전

문제를 풀었습니다


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

거의 11년 전

답변 있음
Use Matlab to get a dc voltage through microphone jack
see if this one helps : <http://in.mathworks.com/matlabcentral/fileexchange/18596-real-time-microphone-and-camera-data-acquisit...

거의 11년 전 | 0

문제를 풀었습니다


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

거의 11년 전

답변 있음
Serial Communication involving terminator in MATLAB
Use MATLAB Serial port object: serialObj= serial('COM1','BaudRate',115200,'DataBits',7); For more info and documenta...

11년 초과 전 | 0

| 수락됨

답변 있음
Trying to create exe from GUI..
Why don't you use application compiler from apps. I find it easy that way. <</matlabcentral/answers/uploaded_files/18158/...

11년 초과 전 | 0

| 수락됨

답변 있음
meaning of pc in princomp of matlab
AS per my guess PC is a score

11년 초과 전 | 0

답변 있음
How to delete selective part of image?
By removing if you mean crop then, Image(row_start:row_end,col_start:col_end)=[];

11년 초과 전 | 0

답변 있음
ip camera connect to matlab
Try searching in Image Acquisition Toolbox <http://www.mathworks.in/products/imaq/index.html?s_tid=brdcrb>

11년 초과 전 | 0

답변 있음
How to delete every second pixel of each row from a photo?
Try following code: function output_image=alternate_rows(input_image) output_image=[]; for i=1:size...

11년 초과 전 | 1

답변 있음
How to detect a polygon of following Shape in an image with other objects. I greatly appreciate for some help.
You can use Active shape model for that. Here is one paper which seems to be solving same type problem. <www.itu.dk/~marlee...

11년 초과 전 | 0

답변 있음
Attempted to access y(5); index out of bounds because numel(y)=2.
Thats because you have declared as: y=zeros(2,1); which creates y variable as: y=[0;0] which means y variable is ...

11년 초과 전 | 0

답변 있음
How can I calculate area of an object in the image with .png extension?
I have converted the image into problem image by removing the text which you used to describe the problem and filling the backgr...

11년 초과 전 | 2

| 수락됨

더 보기