computer science

  • Install OpenCV on Windows Using Binaries

    Install OpenCV with OpenCV_contrib on Windows Using Binaries

    OpenCV stands for “Open Source Computer Vision Library”. It is a computer vision and machine learning library. It gives your programs the ability to see, read, manipulate and detect…

    neotam Avatar
  • Endianness. Little Endian vs Big Endian

    Endianness. Little Endian vs Big Endian

    Endianness describes the byte order in which bytes of large values are stored, transferred and accessed. Based on order in which bytes are stored, transmitted and accessed there are…

    neotam Avatar