PBL4_2
Loading...
Searching...
No Matches
alpha_blender.py
Go to the documentation of this file.
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3
4
8
9
13class Alpha_Blender(object):
14 # ˅
15
16 # ˄
17
18
22 def __init__(self):
23 # ˅
24 pass
25 # ˄
26
27
32 # ˅
33 pass
34 # ˄
35
36
40 def __AlphaGamma(self):
41 # ˅
42 pass
43 # ˄
44
45
49 def __Display(self):
50 # ˅
51 pass
52 # ˄
53
54 # ˅
55
56 # ˄
57
58# ˅
59
60# ˄
A class for performing alpha and gamma blending operations.
__Display(self)
Displays the blended result.
__CalculateOverlap(self)
Calculates the overlap between 2 images.
__AlphaGamma(self)
Applies alpha and gamma blending.
__init__(self)
Constructor for Alpha_Blender.