The structure of the paper is as follows:
- types
We investigate visual features that can be computed from these patterns and can reliably identify the dominant material characteristic of a scene, i.e. where most of the objects consist of either diffuse (wood), translucent (wax), reflective (metal) or transparent (glass) materials."
The types they are looking into:
- diffuse (wood)----------lambertian materials
- translucent (wax)-------------dispersive media and subsurface scatteringmaterials
- reflective (metal)--------------------reflective surfaces
- transparent (glass) materials---------------refractive surfaces
- The first is low-power and low-cost reconstruction of diffuse scenes under strong ambient lighting (e.g. direct sun-light).
- The other application of our sensor relates to the scene’s material properties.
- method we can use for reference
- Ambient light suppression
I can use the different exposures in different positions to subtract the background from the response.
2. Fast per-frame analysis

water bottles and another with glass objects. Our method has five steps:
(1) For each column, find the maximum intensity pixel
(2) At this pixel, apply two filters (see figure inset),
(3) If filter 1’s response is greater than a threshold,it is glass

is greater than a second threshold, label as milk. If there is no labeling, then it is a diffuse material. In the figure, we have marked glass as red, milk as blue and diffuse as green.
The biggest errors are for clear glass when the camera sees
mostly the background. This is a fast classification, since
for each column the filters are only applied once."
I can use the similar method to classify glass and others.
- diffuse(plastic)

[13] strongly suggests lambertian/diffuse reflectance. If the
profile has no peak, then the projector is not illuminating this pixel and therefore it is in shadow. "
They identify the diffuse materia by looking at the number of intensity maxima, which may not be useful in our experiment.
- scattering and subsurface scattering(wax)

There may not be spectrums in our dataset, but I may try variance to detect this feature.
- distinguishing between reflective or refractive surfaces(metal and glass)
discriminative hyperplane can be learned."
Another way to discriminate metal and glass, but maybe can't be used in my experiment.
- methods my experiment can use
- We need to do ambient light suppression
- Can use filters to detect main difference
- The number of intensity maxima can also be an important feature.
No comments:
Post a Comment