Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 1.93 KB

README.md

File metadata and controls

70 lines (53 loc) · 1.93 KB

CS4016-GC

Computer Graphics

Books:

notes/keywords

  • fractal curve
  • gaussian splatting
  • image stitching
  • image filtering
  • emotion detection
  • ray tracing
  • path tracing

openCV

cv2.namedWindow
cv2.imshow
cv2.waitKey
cv2.destroyAllWindows

cv2.bitwise_and
cv2.bitwise_not
cv2.bitwise_or
cv2.normalize
cv2.resize
cv2.inRange
cv2.applyColorMap
cv2.VideoCapture

project research

blogs TODO

blogs DONE

random notes

in NlgN check if exists at least 2 segments that intersects in a set of N segments algorithms of sweep line i, j cambiar a j, i

point inside triangle vector product