tracking system
#1
Question 

hi,
i want help in my project.it is manipulator tracking and grip opject using image processing by matlab.
i need image processing matlab code and inverse kinematic code.


my manipulater puma and 6DOF .

plz i need hep.
Reply
#2


MATLAB
MATLAB is a high-level language and interactive environment that enables you to perform computationally intensive tasks faster than with traditional programming languages such as C, C++, and Fortran.
Although MATLAB is intended primarily for numerical computing, an optional toolbox uses the MuPAD symbolic engine, allowing access to symbolic computing capabilities. An additional package, Simulink, adds graphical multi-domain simulation and Model-Based Design for dynamic and embedded systems.

Matlab code for image processing
Im1 = Image(:, 1:cmax-1); % Miss off the rightmost column
Im2 = Image(:, 2:cmax); % Miss off the leftmost column
Diffs2 = Im2 - Im1; % Subtract pixel values

maximum_difference = max(max(abs(Diffs-Diffs2)))
maximum_difference =
0

Inverse kinematics
The inverse kinematics problem is simply stated as, "Given the desired position of the robot's hand, what must be the angles at all of the robot's joints?" This is in contrast to the forward kinematics problem, which is, "Given the angles at all of the robot's joints, what is the position of the hand?"
Humans solve the inverse kinematics problem constantly without conscious effort. For example, when eating cereal in the morning, humans reach out for their spoons without considering the relative configuration of their shoulder and elbow required to reach the spoon.

References:
http://cogs.susx.ac.uk/users/davidy/comp..._demo.html
http://en.wikipediawiki/Inverse_kinematics


Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: speedtest im2,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  GSM & GPS Based Vehicle Tracking System ranade25 12 8,422 19-03-2013, 12:05 PM
Last Post: computer topic
  vehicle tracking system using gsm and gps with arm (lpc2148) neha jadhav 7 6,291 06-02-2013, 11:00 AM
Last Post: seminar details
  solar tracking system AMISH GHEEWALA 9 7,308 27-11-2012, 01:12 PM
Last Post: seminar details
  RFID based material tracking system chinchuprathap 2 1,270 09-10-2012, 12:31 PM
Last Post: seminar details
  gps based vehicle tracking system [email protected] 1 1,072 08-03-2012, 12:58 PM
Last Post: seminar paper
  solar tracking project Joseph Donovan 1 1,300 08-03-2012, 12:49 PM
Last Post: seminar paper
  vehicle tracking system using gps and gsm nagas32 7 9,193 08-03-2012, 10:56 AM
Last Post: Guest
  VEHICLE TRACKING USING GPS AND GSM jhasuva 2 2,018 03-03-2012, 10:02 AM
Last Post: seminar paper
  PHS based online vehicle tracking system harshithcs 1 1,222 01-03-2012, 02:02 PM
Last Post: seminar paper
  PHS BASED ONLINE VEHICLE TRACKING SYSTEM naseeraddoor 1 919 01-03-2012, 02:02 PM
Last Post: seminar paper

Forum Jump: