Feedback

What's your question?

By: [ Editor ] Asked

C++ tutorials in a VFX context?

I know bits and pieces of C++, mainly through programming in other languages, fiddling with Shake/Nuke plugins and so on.. but I've never actually went out my way to learn it.

Can anyone recommend a practical C++ tutorial, preferably with some relation to VFX or image processing?

Add comment viewed 305 times Latest activity 7 months ago

or Cancel

3 answers

  • 3

andrew_94

Since you've mentioned you previously fiddled with shake/nuke and asked about tutorials involving image processing then I'd suggest that after learning the basics to then have a look around on the internet for tutorials involving OpenCV.

Its used a fair amount by uni's and the like for teaching the principles around working with image processing and computer vision whilst being able to use function calls to implement some of the math rather than bogging you down with it.

It does mean however that you won't be learning the esoteric intricacies of the various SDKs which you may or may not like.

NN comments
hugh_gid
-

Interesting! OpenCV is a new one on me – I’ll definitely be looking into that one…

or Cancel
  • 2

julian [ Admin ]

You'll probably get better advice than this ;) but here's what I did: picked up a copy of "Sam's, Learn C++ in 21 days". (I think they have a "24 hours" version too, but don't expect that to work) - I worked through until I got to day 10 or 11 and then started playing with the maya devkit examples. I did a few more chapters of the book after that, but it was enough to get going.

or Cancel
  • 0

boomji_73

: Like Hugh said.It's new.Thanks a lot for that.

b

NN comments
julian
-

hi boomji – we appreciate your participation, however please add comments as comments and not as answers. cheers.

boomji_73
-

i wanted to do that initially but to my embarrassment cant find the option to do so on others posts(not in the FAQ either)

dbr
-

You can only comment on answers once you get 50 reputation points (see http://www.vfxoverflow.com/faq ). It’s a feature of the StackExchange engine, to stop spam.. It can be annoying, but there’s not really any good way around this

or Cancel