computer-graphics-raster-images icon indicating copy to clipboard operation
computer-graphics-raster-images copied to clipboard

Computer Graphics Assignment about Raster Images

Results 35 computer-graphics-raster-images issues
Sort by recently updated
recently updated
newest added

Im a Windows user using Ubuntu and I followed the instructions on the handout, but no solution file was generated. There is a file called raster but Virtual Studio does...

As the title suggests, the results produced by my code are slightly different. Do they have to be the exact same? See below for the difference. Left is the one...

The link should be https://markus.teach.cs.toronto.edu/2023-09 rather than 2022-01

Hi there, I worked on my assignment in windows entirely. All went well and I submitted on time. I now am checking on a linux machine to see how the...

Hi, The `simulate_bayer_mosaic` problem includes the line: > The output image should be the same **size** as the input but only one channel. I was confused by the word **size**,...

**Current Handout:** In [Assignment 1 under "Mosaic Images"](https://github.com/alecjacobson/computer-graphics-raster-images#mosaic-images), it says the following: > In this assignment, we'll assume the top left pixel is green, its right neighbor is blue and...

How should we do demosaic? My guess is that calculate the average intensity for every color channel in the 3*3 neighbor patch, i.e. G R G B G B G...

fatal error: rgba_to_rgb.h: No such file or directory ![k](https://user-images.githubusercontent.com/86399894/149536703-72442a09-1474-488b-8c77-b03160cb8b61.png) #include "rgba_to_rgb.h"

For example, I see some .cpp files have .resize() before the comment "// Add your code here". I wish I could use .reserve() instead since I imagine it would make...

When compiling using the visual studio community 2019 64 bit compiler, I got the errors: error C2039: 'back_inserter': is not a member of 'std' message : see declaration of 'std'...