Documentation ¶
Index ¶
- func BilinearInterp(data []byte, x, y float64, mw int, numChannels, colorChannel int) byte
- type Projector
- func (p *Projector) DrawLatLonLines(src *image.RGBA, thickness int, c color.Color)
- func (p *Projector) ReprojectLinear(src *image.RGBA) *image.RGBA
- func (p *Projector) ReprojectLinearGray(src *image.Gray) *image.Gray
- func (p *Projector) ReprojectLinearMultiThread(src image.Image) *image.RGBA
- func (p *Projector) ReprojectLinearMultiThreadGray(src image.Image) *image.Gray
- type Sampler2D
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Projector ¶
type Projector struct {
// contains filtered or unexported fields
}
func MakeProjector ¶
func (*Projector) DrawLatLonLines ¶
func (*Projector) ReprojectLinear ¶
func (*Projector) ReprojectLinearGray ¶
func (*Projector) ReprojectLinearMultiThread ¶
type Sampler2D ¶
type Sampler2D struct {
// contains filtered or unexported fields
}
func MakeSampler2D ¶
Click to show internal directories.
Click to hide internal directories.