Abhishek Madan
Abhishek Madan
This is an old link - use https://markus.teach.cs.toronto.edu/csc317-2021-01/
You upload the cpp files listed at the bottom of the readme.
The code is written with the assumption that you run it from the `build` directory. However, as many of you have noticed, it's placed in `build\Debug` (or `build\Release` if you...
We use MarkUs for this course (https://markus.teach.cs.toronto.edu/csc317-2021-01). The assignment isn't set up yet, but it should be set up by Monday.
Follow the assignment spec, though visually it doesn't make a huge difference, as the artifacts in the demosaicked image are pretty hard to see either way.
After talking with the other TAs, we've decided to give a more definitive stance: follow the assignment spec (i.e., GBRG). They won't look much different, but it simplifies the marking...
The top row progresses like this from the left: green, blue, green, blue, etc. The next row progresses like this: red, green, red, green, etc. The GBRG pattern is really...
The second component of the template specifies the allocator that `std::vector` uses whenever it creates a new element. It's not usually required but Eigen requires its vectors to be aligned...
Try `xcode-select --install` if you haven't done so already.
If you have a `CMakeCache.txt` in your build folder, that could be pointing to a deprecated version, so try deleting that file and running cmake again. If that isn't your...