Skip to content

Instantly share code, notes, and snippets.

View maycuatroi's full-sized avatar
🍉
Passion & Responsibility

Nguyễn Anh Bình maycuatroi

🍉
Passion & Responsibility
View GitHub Profile
@maycuatroi
maycuatroi / sample.py
Last active March 27, 2024 12:17
Ứng dụng của toán trong đời sống săn sale
import numpy as np
def compute_perspective_transform_matrix(src_points, dst_points):
assert src_points.shape == dst_points.shape == (4, 2), "Cần có 4 điểm trong mỗi mảng"
# Xây dựng ma trận A
A = []
for i in range(4):
x, y = src_points[i][0], src_points[i][1]
--[[
Evadeee v0.958
by Weee
changelog: http://weee.ru/evadeee/dl/Evadeee_changelog.lua
]]
--Autoupdating (set to false if you want to disable it):
_G.Evadeee_AutoUpdate = false