Skip to content
#

images

Here are 1,981 public repositories matching this topic...

ROCKMOHAN
ROCKMOHAN commented Feb 4, 2019

Need Optional parameter for Keypoint class as we have one for BoundingBox

In case, we want to track the Keypoint transformations and pickout the labels which we want to use, It would be useful if we add label parameter.

As of now, we can do something like the below code in BB's :
`ia.BoundingBox(
x

matiTechno
matiTechno commented Dec 19, 2019

Frequent bug: while sorting by y-coordinate, the vertices are sorted, but the data coming with the vertices is not.
Gouraud shading, forgot to sort intensities

In my case I was calculating a barycentric coordinate of one vertex and assigning it to a different vertex by mistake.
The artifacts looked exactly the same as you presented, if it is the same problem then the description could be

vanilla-lazyload

LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain "vanilla" JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading.

  • Updated Jul 1, 2020
  • JavaScript
Parsr
perrochon
perrochon commented Nov 22, 2018

Tried to get this running. Looks super nice and promising. A few things I noticed while setting it up.

  1. I needed to set min sdk to 26 (Oreo) to compile. Not a problem, and easily fixable through error messages

  2. Could it be that .defineZoomLevel replaced .defineDetail and .addDetailLevel? readme.md refers to defineDetail in the quick setup , and the wiki uses addDetailLevel. The demo code

imgix.js
jayeb
jayeb commented Jun 19, 2017

If an explicit sizes attribute is declared on an image element, we should probably take that size (or sizes) into account when generating our srcset. For example, this image

<img size="120px" ix-path="..." />

should probably end up with a srcset list that includes only URLs with widths in multiples of 120px, rather than the typical "100, 200, 300, 320" list.

Improve this page

Add a description, image, and links to the images topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the images topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.