hello ,
what are your recommended math books for computer vision course (3D and 2D) , I need books names ?
and what are your recommended geometry books for that course too ?
thanks
.
computer vision
#4 Members - Reputation: 470
Posted 24 January 2013 - 03:34 AM
#6 Members - Reputation: 249
Posted 24 January 2013 - 05:52 AM
@jwezorek,
I need books for computer vision related to 3D associated with math books for it
.However , I don't know if there is field in computer vision related to 3D games????
by the way, I don't want computer vision books for robot or digital camera no but for 3D (3D computer graphics ) of course
.
I don't know much about this field !! so I don't know if my question is right !
I just know about computer graphics and digital image processing.
I took as prerequisites math books ( Calculas 1 & 2 , linear algebra , discrete math ).
Edited by mrmohadnan, 24 January 2013 - 05:53 AM.
#7 Members - Reputation: 1326
Posted 24 January 2013 - 06:03 AM
Do you mean visualisation? That is, how to generate an image from your 2D or 3D data? Rendering, Raytracing, things like that?
Edited by Olof Hedman, 24 January 2013 - 06:03 AM.
#8 Crossbones+ - Reputation: 1375
Posted 24 January 2013 - 11:05 AM
Edited by jwezorek, 24 January 2013 - 11:06 AM.
#9 Members - Reputation: 1184
Posted 24 January 2013 - 11:06 AM
I think as an introduction '3D Math Primer for Graphics and Game Development' might suit.
#10 Crossbones+ - Reputation: 1375
Posted 24 January 2013 - 11:48 AM
Well, yeah, that's about 3D math and graphics but the the OP was asking about computer vision.I think as an introduction '3D Math Primer for Graphics and Game Development' might suit.
I'm not sure what the OP means. The only thing I can think of is that "computer graphics" is basically about doing 3D model -> 2D raster image. Maybe mrmohadnan wants to go 2D raster image -> 3D model -- that is "computer vision" and is sort of related to 3D games, but without more info not sure.
Edited by jwezorek, 24 January 2013 - 11:53 AM.
#12 Members - Reputation: 249
Posted 24 January 2013 - 12:02 PM
@Olof Hedman , jwezorek , eppo ,
thanks ,
so you say visualisation (rendering , ray...etc) are different from Computer Vision field , and they don't relate?
Q1 : Okay Olof as you say , I have to take signal processing course and random theory as prerequisites for Computer vision right?
jwezorek ,
I wanna to take data from Camera and capture objects with accosiated with it's cloth ( Material ) and import them into 3D max and export it as Model ready for game engine without needs to make materials in 3d application
(the problem I don't know anything about signal processing !!!!! because Olof says ,"understand and interpret signals " ![]()
Q2 : So thats why I am asking , is there a field in computer vision close to Visualization (Rendering , tracing ...etc) or not ?
Edited by mrmohadnan, 24 January 2013 - 12:06 PM.
#13 Crossbones+ - Reputation: 1375
Posted 24 January 2013 - 12:52 PM
I don't know ... but I'm afraid extracting 3D models and material information from a 2D image in a completely unsupervised manner is beyond the state of the art of computer vision today. Unless I'm misunderstanding...I wanna to take data from Camera and capture objects with accosiated with it's cloth ( Material ) and import them into 3D max and export it as Model ready for game engine without needs to make materials in 3d application
#14 Members - Reputation: 1326
Posted 24 January 2013 - 01:53 PM
Actually, you can do it, if you have several images of the object from different angles.
But it's a very advanced subject, and you will not get models you can use directly in a game.
One low cost solution for a simple "3D scanner" is to use one (or two for better accuracy) kinects.
The API is open, and you get 2 images, one normal camera image, and one depth image, with the distance from the kinect to each point in the camera image.
I'm pretty sure you can find some software to do it out there, at least there are for motion capture.
But any model extracted from it would also be very noisy and need extensive cleanup to be usable in a game.
But it seems it is computer vision you want, after all.
I don't have any tips for any books unfortunately...
#15 Members - Reputation: 249
Posted 24 January 2013 - 10:32 PM
You says that there are many fields in computer vision , so what is the one that is good for my project ?
#16 Members - Reputation: 249
Posted 25 January 2013 - 05:02 AM
you are right
I used google and found that Computer vision in general the mathmematics requirements are :
geometry ( any recommended books ?)
Optimiazation ( what you prefer for Optimization : " linear programming " , "complex analysis ")
statistics ( I think introduction to probability course is good !)
and about physics prerequisities books for computer vision :
I think that digital signal processing is enough !






