Project

General

Profile

Support #1314 » img_holding.py

*Old code* - Kentaro HARATAKE, 12/18/2024 10:09 PM

 
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
# ˅
4

    
5
# ˄
6

    
7

    
8
class ImgHolding(object):
9
    # ˅
10
    
11
    # ˄
12

    
13
    def __init__(self, self, width, height, overlap, img):
14

    
15
        self.__p_width = w
16

    
17
        self.__p_height = h
18

    
19
        self.__p_distance = d
20

    
21
        self.__p_length = len
22

    
23
        self.__p_overlap = overlap
24

    
25
        self.__img = img
26

    
27
        # ˅
28
        pass
29
        # ˄
30

    
31
    def getImage(self):
32
        # ˅
33
        pass
34
        # ˄
35

    
36
    def getWidth(self):
37
        # ˅
38
        pass
39
        # ˄
40

    
41
    def getHeight(self):
42
        # ˅
43
        pass
44
        # ˄
45

    
46
    def getOverlap(self):
47
        # ˅
48
        pass
49
        # ˄
50

    
51
    # ˅
52
    
53
    # ˄
54

    
55

    
56
# ˅
57

    
58
# ˄
(1-1/9)